home *** CD-ROM | disk | FTP | other *** search
/ Hip Tissue / Hip Tissue - Disc 1.iso / pc / dir / control.dxr / 00015_return_off.ls < prev    next >
Encoding:
Text File  |  1997-11-06  |  191 b   |  9 lines

  1. on mouseDown
  2.   set ret to button1("return_off", "return_on")
  3.   if ret = 1 then
  4.     puppetSound("ButtonSound")
  5.   end if
  6.   set the puppet of sprite 8 to 0
  7.   set the puppet of sprite 2 to 0
  8. end
  9.